home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / functions < prev    next >
Text File  |  2001-03-21  |  1KB  |  27 lines

  1. Synopsis:
  2.    load functions
  3.  
  4. Description:
  5.    This script contains several functions useful in scripting for text
  6.    display.  Of primary interest are $format() and $lformat().  They
  7.    behave similarly to using the $[]var notation, except they will not
  8.    truncate text that is wider than the specified width.
  9.  
  10.    Also included are $pluck(), $notword(), and $remove(), which are really
  11.    just aliases to EPIC's builtin functions $remw(), $notw(), and $remw()
  12.    (again).
  13.  
  14.    Refer to Section 6 of the help files for more information on the
  15.    myriad functions built into the client.
  16.  
  17. See Also:
  18.    Expressions(7); load(5); notw(6); remw(6)
  19.  
  20. Other Notes:
  21.    Originally, this script contained many more functions, and a number of
  22.    aliases.  Though still present in the script source code, they are
  23.    commented out, as they have been obsoleted by builtin capabilities of
  24.    the client.  The original functions were authored by Ian Frechette
  25.    (Daemon), frechett@spot.colorado.edu.
  26.  
  27.